home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Blues for Miriam < prev    next >
Encoding:
Text File  |  1999-11-14  |  931 b   |  74 lines  |  [TEXT/ttxt]

  1. /*
  2.  
  3. Blues for Miriam
  4.  
  5. by: David Padghamn padgham@iaa.com.au
  6. Last modified:  06/11/99
  7. (All I did was cut and paste other peoples bits of genius, but it looks pretty
  8. particularly with softer ambient and classical music)
  9. Version 3 compatible
  10.  
  11. */
  12.  
  13. Resn=10,
  14.  
  15. Durn="5.0",
  16.  
  17. CamX="50 * sin( t / 9 )",
  18. CamY="30 * cos( t / 9 )",
  19. CamZ="30 * cos( t / 5 )",
  20.  
  21. CmLX="30",
  22. CmLY="0",
  23. CmLZ="15",
  24.  
  25. CUpX="0",
  26. CUpY="0",
  27. CUpZ="1",
  28.  
  29.  
  30.  
  31. Fall="1",
  32.  
  33.  
  34. LWdt="2+dt",
  35.  
  36.  
  37. B3=".1 * t",
  38.  
  39. C0="(1 - dt) ^ 2",
  40. C1="sin(dt * PI * .8 + .1)",
  41. C2="(abs( mag( 0.05 ) )+ abs( mag( 0.1 ) ) + abs( mag( 0.5 ) ))/3 + .2",   
  42. C3="20*C1*C2",
  43. C4="15 * sqrt( dt )",
  44. C5="dt^3",
  45.  
  46. D0="abs( mag( s ) )", 
  47. D1="C3 + C4*D0",
  48. D2="s * 6.283185307 + B3",
  49. D3=".5*mag(s)-dt^2",
  50. D4="- .5 * s - c5",
  51.  
  52.  
  53.  
  54.  
  55. B="clip(3*mag(s))+D4",
  56. G="clip(2*mag(s))+D4",
  57. R="clip(1*mag(s))+D4",
  58.  
  59.  
  60. X="dt * 120 * C2",
  61. Y="D1*cos(D2)",   
  62. Z="D1*sin(D2)",   
  63.  
  64. widt=300,
  65. heig=200,
  66.  
  67. Scal="500",
  68.  
  69. ScSz=1,
  70.  
  71. Pers="160",
  72.  
  73.  
  74. Vers=30